Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created education componenent with header and text #17

Merged
merged 2 commits into from
Jan 28, 2025
Merged

Conversation

IsaiahWut
Copy link
Collaborator

Screen Shot 2025-01-18 at 10 58 59 PM

return (
<div className="space-y-3">
<div className="flex items-center space-y-4">
<h1 className="textleft my-10 ml-20 text-6xl">Education</h1>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

invalid syntax for text-left

@@ -1,7 +1,27 @@
import React from "react";

const Education = () => {
return <div>Education</div>;
return (
<div className="space-y-3">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the first div

Copy link
Collaborator Author

@IsaiahWut IsaiahWut Jan 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I take it out, my paragraph gets set to the left and the bar disappears. I need help on how to format/fix this if I get rid of the first div.
Screen Shot 2025-01-27 at 4 35 26 PM

@stormyy00 stormyy00 linked an issue Jan 28, 2025 that may be closed by this pull request
@stormyy00 stormyy00 merged commit 5bb2881 into dev Jan 28, 2025
5 checks passed
@stormyy00 stormyy00 deleted the Education branch January 28, 2025 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Education component
2 participants